home *** CD-ROM | disk | FTP | other *** search
/ Gigarom 4 / Mac Giga-ROM 4.0 - 1993.toast / FILES / DAS / G-J / HFS-Find / HFS Find Instr. next >
Encoding:
Text File  |  1986-09-09  |  3.0 KB  |  73 lines  |  [TEXT/????]

  1. HFS Find, version 0.1, introduction:
  2.  
  3.     This program allows you to find files on an HFS disk.  Version 0.1 is
  4.     an application.  Later, there will be a desk accessory version.  The
  5.     application version is free, and is public domain.
  6.  
  7. Instructions:
  8.  
  9.     To find a file, type the first few characters of its name in the
  10.     edit box next to the active check box near the middle of the
  11.     "Find HFS File" window.  Then press the "Search" button.
  12.  
  13.     Files that match will be presented in a dialog box, along with their
  14.     full path name, one at a time.  For each file, you may do one of three
  15.     things:
  16.         1: continue the search by pressing the obvious button
  17.  
  18.         2: cancel the search, again by pressing the obvious button
  19.  
  20.         3: set the directory used by SFGetFile by pressing the remaining
  21.            button.  SFGetFile is the thing that most programs use to get
  22.            a file name when you select OPEN.  You may then continue or
  23.            cancel the search by using the other two buttons.
  24.  
  25. Other stuff:
  26.  
  27.     You may enter up to three different file names in the three provided
  28.     edit boxes.  Also, you may enter a file type and creator in the type
  29.     and creator edit boxes.  Note that all of these boxes have checkboxes
  30.     next to them.  When the checkbox next to an edit box is active, then
  31.     HFS find will look at the contents of that edit to decide what files
  32.     to display.  If the checkbox is not checked, then the contents of the
  33.     edit box are ignored.
  34.  
  35.     If you have multiple names selected, then files that match any of the
  36.     selected names will be shown.  If you have a type or creator selected,
  37.     than only files that match that type or creator will be shown.
  38.  
  39.     If you don't want to search the entire disk, uncheck the box named
  40.     "search whole disk".  The search will then start at the current
  41.     directory.  To change the current directory, press the "chdir"
  42.     button.  You will then be allowed to select a file.  Select a file
  43.     that resides in the directory you want to start searching from.
  44.  
  45. short cut:
  46.  
  47.     If you want to select a file type or creator, but don't know what
  48.     is correct, press the pretzel key and click the mouse button in 
  49.     either the type or creator edit box.  You will be asked to select
  50.     a file.  Select one that has the same type or creator that you want
  51.     to search for.
  52.  
  53. example:
  54.  
  55.     We wish to find all out MacPaint files.  Type "macpaint" into a file name
  56.     edit box.  Press search.  When MacPaint is found, press the button that
  57.     sets the SFGetFile directory.
  58.  
  59.     Now pretzel-click in the "creator" edit box.  Select MacPaint.  The creator
  60.     box will now say "MPNT".
  61.  
  62.     Uncheck any checked file name boxes, and check the box next to the
  63.     creator edit box.  Now press "search" and you will be shown all
  64.     MacPaint files.
  65.  
  66. By the way:
  67.  
  68.     Case is ignored when comparing file names.  If the full path ends with a
  69.     colon, then the displayed file is a directory.
  70.  
  71.     The "newer than" and "older than" boxes are not available yet.  They
  72.     will probably be in the DA version.
  73.